-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kokoro continuous integration config and badges #465
Conversation
.kokoro/continuous/common.cfg
Outdated
build_file: "google-http-java-client/.kokoro/trampoline.sh" | ||
|
||
env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
.kokoro/continuous/java10.cfg
Outdated
|
||
# Configure the docker image for kokoro-trampoline. | ||
env_vars: { | ||
key: "TRAMPOLINE_IMAGE" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
.kokoro/continuous/java7.cfg
Outdated
|
||
# Configure the docker image for kokoro-trampoline. | ||
env_vars: { | ||
key: "TRAMPOLINE_IMAGE" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
.kokoro/continuous/java8.cfg
Outdated
|
||
# Configure the docker image for kokoro-trampoline. | ||
env_vars: { | ||
key: "TRAMPOLINE_IMAGE" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
README.md
Outdated
|
||
Java Version | Status | ||
------------ | ------ | ||
Java 7 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg)](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
README.md
Outdated
Java 7 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg)](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html) | ||
Java 8 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.svg)](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html) | ||
Java 10 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.svg)](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.html) | ||
|
||
## Links | ||
|
||
- [Announcements](http://google-http-java-client.blogspot.com/) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
…465) Source-Repo: googleapis/synthtool Source-Sha: c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25 Source-Link: googleapis/synthtool@c7e0e51 Author: Jeff Ching <[email protected]> Date: Wed Apr 8 14:06:04 2020 -0700 Original-Commit-Message: build(java): fix nightly integration test config to run integrations (#465) This was only running the units.
* chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#466) Source-Repo: googleapis/synthtool Source-Sha: 928b2998ac5023e7c7e254ab935f9ef022455aad Source-Link: googleapis/synthtool@928b299 Author: WhiteSource Renovate <[email protected]> Date: Tue Apr 7 19:56:16 2020 +0200 Original-Commit-Message: chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#466) Co-authored-by: Jeffrey Rennie <[email protected]> * build(java): fix retry_with_backoff when -e option set (#475) Source-Repo: googleapis/synthtool Source-Sha: bd69a2aa7b70875f3c988e269706b22fefbef40e Source-Link: googleapis/synthtool@bd69a2a Author: Jeff Ching <[email protected]> Date: Wed Apr 8 14:01:08 2020 -0700 Original-Commit-Message: build(java): fix retry_with_backoff when -e option set (#475) * build(java): fix nightly integration test config to run integrations (#465) Source-Repo: googleapis/synthtool Source-Sha: c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25 Source-Link: googleapis/synthtool@c7e0e51 Author: Jeff Ching <[email protected]> Date: Wed Apr 8 14:06:04 2020 -0700 Original-Commit-Message: build(java): fix nightly integration test config to run integrations (#465) This was only running the units. Co-authored-by: Jeffrey Rennie <[email protected]>
No description provided.